Skip to main content

Using the Chariot SDK for Object Tracking

Chariot provides a Python SDK that makes it easy to create and manage trackers programmatically. In this section, we'll show how to perform common operations with the object tracking service using the SDK, including creating a tracker, updating it with new inference results, retrieving the tracker's state, and deleting the tracker. These examples assume you have the Chariot SDK installed and properly authenticated (for example, you have set your API token or are running within a Chariot Workspace where authentication is handled).